RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1NumberingTool Class / SetValue Method / SetValue(C1TextRange,Nullable<TextMarkerStyle>) Method

In This Topic
    SetValue(C1TextRange,Nullable<TextMarkerStyle>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub SetValue( _
       ByVal range As C1TextRange, _
       ByVal value As Nullable(Of TextMarkerStyle) _
    ) 
    protected virtual void SetValue( 
       C1TextRange range,
       Nullable<TextMarkerStyle> value
    )

    Parameters

    range
    value
    See Also